home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10733 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  836 b 

  1. Path: inforamp.net!ts6-06
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: interface and implementation question for a class
  5. Date: Sat, 09 Mar 96 20:29:24 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4hspng$rsm@sam.inforamp.net>
  8. References: <3140464A.5B9B@village.ios.com>
  9. NNTP-Posting-Host: ts6-06.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <3140464A.5B9B@village.ios.com>,
  13.    Keith Boruff <kboruff@village.ios.com> wrote:
  14. >If it matters, my compiler is Borland Turbo C++ 4.5 for Windows, But I am 
  15. compiling these 
  16. >programs as easy Win applications (pseudo DOS)
  17.  
  18. Good.  Simply add the library time.lib to the project, like you would add a 
  19. source file.  Your project would look like this.
  20.  
  21. timedriv.exe
  22.  -timedriv.cpp
  23.  -time.lib
  24.  
  25. Hope this helps.
  26.  
  27. Agrivar
  28.